home *** CD-ROM | disk | FTP | other *** search
- // LENS EFFECTS: PREDEFINED EFFECTS SAMPLE 6
- // *****************************************
- // This scene illustrates the following lens effects:
- //
- // LEFT: "Sun" - the standard sun-produced lens flare, with a bright orange
- // ring and hexagonal spots
- // TOP-RIGHT: "Sun2" - a striking red-orange lens effect, with a streak
- // that passes through the centre of the image, and subtle ring-shaped
- // spots. For best results this effect should be used with a yellowish
- // source_colour
- // LOWER-RIGHT: "Sun3" - a brighter, yellower sun flare, with multiple rays
- // and spots
-
- #declare effect_location = <-3, 0, 8>
- #declare effect_type = "Sun" #include "LENS.INC"
-
- #declare effect_location = <2, 2, 8>
- #declare effect_type = "Sun2" #include "LENS.INC"
-
- #declare effect_location = <1.5, -2, 8>
- #declare effect_type = "Sun3" #include "LENS.INC"
-